@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: #333;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	display: block;
	max-width: 100%;
	width: auto;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.between {
	justify-content: space-between;
}
.center {
	align-items: center;
}
.content {
	width: 15.56rem;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.to3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.phone{
	display: none;
}
.phone_iad{
	display: none;
}
.img01{
	display: block;
}
.img02{
	display: none;
}
@font-face {
	font-family: "DIN";
	src:url("../font/DIN-1451-Mittelschrift.ttf") format("truetype");
	font-style: normal;
}

[v-cloak]{
	display: none;
}


/*首页*/
.header{
	height: 1rem;
}
.logo{
	float: left;
	width: 1.46rem;
	margin-top: 0.32rem;
}
.top_tel{
	float: right;
	margin: 0.18rem 0 0 0.2rem;
	line-height: 0.68rem;
	font-size: 0.18rem;
}
.top_tel span{
	color: #1d72e5;
	font-size: 0.28rem;
	font-family: Arial;
	font-weight: bold;
}
.nav{
	float: right;
	width: 9.28rem;
	margin-top: 0.18rem;
}
.nav li{
	float: left;
	width: 1.16rem;
	text-align: center;
	line-height: 0.68rem;
	font-size: 0.18rem;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav a{
	display: block;
	color: #333;
}
.nav .nav_on{
	background: url(../images/nav_bg.png) no-repeat center bottom;
}

.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	animation: bigger 20s linear infinite;
}
@keyframes bigger {
	0% {
			transform: scale(1);
	}
	50% {
			transform: scale(1.08);
	}
	100% {
			transform: scale(1);
	}
}
.banner .swiper-pagination{
	bottom: 0.57rem;
	z-index: 1;
}
.banner .swiper-pagination-bullet{
	width: 0.38rem;
	height: 0.2rem;
	border-radius: 0;
	margin: 0 0.05rem !important;
	background: url(../images/bn_dot01.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/bn_dot02.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.15rem 0 0 !important;
}

.about_bg{
	width: 100%;
	padding: 0.74rem 0;
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.about_title{
	width: 100%;
	text-align: center;
	color: #58585a;
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-bottom: 0.76rem;
}
.about_title h1{
	color: #333;
	font-size: 0.48rem;
	line-height: 0.8rem;
}
.about_list{
	width: 100%;
	text-align: center;
	margin-bottom: 0.47rem;
}
.about_list li{
	display: inline-block;
	color: #626262;
	font-size: 0.18rem;
	line-height: 0.42rem;
	margin: 0 0.75rem;
}
.about_list h4{
	color: #2c2c2c;
	font-size: 0.6rem;
	line-height: 0.62rem;
	font-family: "DIN";
}
.about{
	width: 11rem;
	text-align: center;
	color: #151516;
	font-size: 0.18rem;
	line-height: 0.4rem;
	margin: 0 auto 0.42rem;
}
.about_more{
	width: 0.62rem;
	height: 0.62rem;
	margin: 0 auto;
}
.about_more img{
	width: 100%;
	height: 100%;
}

.survey_bg{
	width: 100%;
	height: 8.2rem;
	padding-top: 1.59rem;
	background:url(../images/survey_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.survey_top{
	width: 10.28rem;
	height: 3.2rem;
	margin-left: 5.43rem;
}
.survey_top_tit{
	color: #fff;
	font-size: 0.52rem;
	line-height: 0.86rem;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.21rem;
}
.survey_top_txt{
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.29rem;
}
.survey_top_txt p,.survey_top_txt span{
	color: #fff !important;
}
.survey_top_more{
	width: 0.37rem;
	height: 0.26rem;
}
.survey_top_more img{
	width: 100%;
	height: 100%;
}
.survey_bot{
	float: right;
	width: 16.35rem;
	height: 3.41rem;
	background:url(../images/survey_bg02.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.survey_b{
	width: 11.5rem;
	position: relative;
	margin: 0.62rem 0 0 1.8rem;
}
.survey_b .swiper-slide{
	height: 2.33rem;
	padding-top: 0.17rem;
	background: url(../images/survey_line.png) no-repeat top right;
	cursor: pointer;
}
.survey_bot .swiper-button-next{
	width: 0.62rem;
	height: 0.62rem;
	background: url(../images/survey_next.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 60%;
	transform: translate(0,-60%);
	right: 1.9rem;
}
.survey_icon{
	width: 0.61rem;
	height: 0.61rem;
	margin: 0 0 0.2rem 1.2rem;
}
.survey_txt{
	width: 80%;
	color: #fff;
	line-height: 0.36rem;
	font-size: 0.16rem;
	margin-left: 0.08rem;
}
.survey_txt h4{
	font-size: 0.28rem;
	line-height: 0.54rem;
}
.survey_b .swiper-slide-thumb-active .img01{
	display: none;
}
.survey_b .swiper-slide-thumb-active .img02{
	display: block;
}
.survey_b .swiper-slide-thumb-active .survey_txt h4{
	color: #08d1fb;
}
.survey_b .swiper-slide:first-child .img01{
	display: none;
}
.survey_b .swiper-slide:first-child .img02{
	display: block;
}
.survey_b .swiper-slide:first-child .survey_txt h4{
	color: #08d1fb;
}

.case_box{
	padding: 0.67rem 0 0.71rem 0;
	overflow: hidden;
}
.case_tit{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	color: #626262;
	font-size: 0.2rem;
	margin-bottom: 0.3rem;
}
.case_tit h4{
	color: #333;
	font-size: 0.48rem;
	line-height: 0.76rem;
}
.case{
	width: 100%;
	padding-bottom: 0.37rem;
	position: relative;
}
.case .swiper-pagination{
	bottom: 0;
}
.case .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	border-radius: 0.2rem;
	margin: 0 0.05rem !important;
	background: #1c3c87;
	opacity: 1;
}
.case .swiper-pagination-bullet-active{
	width: 0.39rem;
}
.case_pic{
	width: 100%;
	height: 6.18rem;
	position: relative;
}
.case_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_pic:hover .case_bg{
	background: rgba(0, 0, 0, .8);
}
.case_text{
	width: 84%;
	color: #fff;
	position: absolute;
	bottom: 0.37rem;
	left: 8%;
	z-index: 2;
}
.case_text h4{
	font-size: 0.24rem;
	line-height: 0.62rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_txt{
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.48rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_pic:hover .case_txt{
	line-height: 0.32rem;
	height: auto;
	overflow: visible;
	-webkit-line-clamp:inherit;
}
.case_pic:hover .case_text h4{
	line-height: 0.72rem;
}
.case_more{
	width: 0.62rem;
	height: 0;
	margin-top: 0.3rem;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.case_more img{
	width: 100%;
	height: 100%;
}
.case_pic:hover .case_more{
	height: 0.62rem;
	opacity: 1;
}

.culture_bg{
	width: 100%;
	height: 6.42rem;
	padding-top: 0.57rem;
	background: url(../images/culture_bg.jpg) no-repeat center bottom #1c3c87;
	background-size: 100%;
	overflow: hidden;
}
.culture_tit{
	width: 5.25rem;
	text-align: center;
	height: 1.08rem;
	line-height: 1.08rem;
	color: #fff;
	font-size: 0.48rem;
	font-weight: bold;
	background: url(../images/culture_top.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto .52rem;
}
.culture{
	width: 11.8rem;
	margin: 0 auto;
}
.culture ul{
	margin-right: -1.4rem;
}
.culture li{
	float: left;
	width: 5.2rem;
	color: #fff;
	line-height: 0.3rem;
	font-weight: bold;
	font-size: 0.18rem;
	margin: 0 1.4rem 0.42rem 0;
}
.culture img{
	float: left;
	width: 0.49rem;
	margin: 0.06rem 0.28rem 0 0;
}
.culture h4{
	font-weight: normal;
}

.news_box{
	width: 100%;
	padding: 0.53rem 0 0.71rem;
	overflow: hidden;
}
.news_title{
	width: 100%;
	text-align: center;
	line-height: 1.08rem;
	color: #333;
	font-size: 0.48rem;
	font-weight: bold;
}
.news_tab{
	width: 100%;
	text-align: center;
	margin-bottom: 0.42rem;
}
.news_tab li{
	display: inline-block;
	width: 1.56rem;
	text-align: center;
	height: 0.49rem;
	line-height: 0.49rem;
	font-size: 0.2rem;
	background: #e4e4e4;
	border-radius: 0.1rem;
	transform: skewX(-10deg);
	margin: 0 0.08rem;
	cursor: pointer;
}
.news_tab li div{
	transform: skewX(10deg);
}
.news_tab .news_ton{
	background: #23408e;
	color: #fff;
}
.news_tabbox{
	display: none;
}
.news_tabbox01{
	display: block;
}
.news_left{
	float: left;
	width: 7.38rem;
}
.news_a{
	width: 100%;
	height: 2.77rem;
	padding: 0.43rem 0.54rem 0 0.44rem;
	border-left: solid 0.05rem #f5b40e;
	background: url(../images/news_a.png) no-repeat right center #1c3c87;
	margin-bottom: 0.2rem;
}
.news_a01{
	float: left;
	width: 2.84rem;
	height: 1.93rem;
	overflow: hidden;
}
.news_a01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_a02{
	float: right;
	width: 3.27rem;
	padding-top: 0.05rem;
}
.news_a03{
	color: #506fb7;
	font-size: 0.16rem;
	line-height: 0.44rem;
}
.news_a04{
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.32rem;
}
.news_b{
	width: 97%;
	margin: 0 auto;
}
.news_b li{
	height: 0.54rem;
	line-height: 0.54rem;
	font-size: 0.18rem;
}
.news_b span{
	float: left;
	width: 0.07rem;
	height: 0.07rem;
	background: #b9b9b9;
	border-radius: 0.1rem;
	margin: 0.2rem 0.16rem 0 0;
}
.news_b div{
	color: #666;
}
.news_b li:hover span{
	background: #1c3c87;
}
.news_b li:hover div{
	color: #1c3c87;
}
.news_b01{
	float: left;
	width: 5.7rem;
	height: 0.54rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_b02{
	float: right;
}
.news_right{
	float: right;
	width: 7.81rem;
	height: 5.47rem;
	position: relative;
	overflow: hidden;
}
.news_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_c01{
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.news_c02{
	width: 88%;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.34rem;
	position: absolute;
	bottom: 0.33rem;
	left: 6%;
	z-index: 2;
}
.news_c02 h4{
	font-size: 0.2rem;
	line-height: 0.42rem;
	height: 0.42rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.foot_bg{
	width: 100%;
	background: #1c3c87;
	padding-top: 0.44rem;
}
.f_list{
	float: left;
	width: 7.9rem;
}
.f_list li{
	float: left;
	width: 3.7rem;
	line-height: 0.27rem;
	color: #fff;
	font-size: 0.16rem;
	margin: 0 0.25rem 0.14rem 0;
}
.f_list img{
	float: left;
	width: 0.28rem;
	height: 0.27rem;
	margin-right: 0.16rem;
}
.f_logo{
	float: right;
	width: 4.52rem;
	margin: 0.29rem 0.32rem 0;
}
.f_logo img{
	width: 100%;
}
.code{
	float: right;
	width: 1.36rem;
	height: 1.36rem;
}
.code img{
	width: 100%;
	height: 100%;
}
.foot{
	border-top: solid 1px #49639f;
	margin-top: 0.34rem;
	padding: 0.21rem 0;
	color: #fff;
	font-size: 0.16rem;
}
.foot a{
	color: #fff;
}
.foot span:nth-child(2){
	padding: 0 0.3rem;
}


/* 关于我们 */
.main_bn{
	width: 100%;
	overflow: hidden;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: bigbrother linear 10s;
}
@keyframes bigbrother{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.about_box{
	width: 14.9rem;
	padding: 0.32rem 0 0.86rem;
	min-height: 4.5rem;
	margin: 0 auto;
}
.about_box .news_title{
	margin-bottom: 0.21rem;
}
.about_box .news_tab{
	margin-bottom: 0.5rem;
}
.about_txt{
	width: 100%;
	color: #58585a;
	font-size: 0.16rem;
	line-height: 0.44rem;
}
.about_txt h1{
	color: #333;
	font-size: 0.36rem;
	line-height: 0.82rem;
}
.about_txt .about_list{
	margin: 0.47rem 0 0.35rem;
}
.about_pic{
	width: 100%;
}
.about_pic div{
	width: 48.5%;
}
.about_pic img{
	width: 100%;
}


/* 经典案例 */
.main_area{
	padding: 0.32rem 0 0.95rem;
	min-height: 4.5rem;
}
.main_area .news_title{
	margin-bottom: 0.2rem;
}
.m_case{
	width: 100%;
}
.m_case ul{
	margin-right: -0.28rem;
}
.m_case li{
	float: left;
	width: 5rem;
	position: relative;
	margin: 0 0.28rem 0.32rem 0;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.37rem;
}
.page a{
	width: 0.81rem;
	height: 0.42rem;
	line-height: 0.42rem;
	text-align: center;
	border: solid 1px #d5d5d5;
	box-sizing: border-box;
	color: #333;
	font-size: 0.16rem;
	display: inline-block;
	border-radius: 0.03rem;
	margin: 0 0.04rem;
	cursor: pointer;
}
.page a:hover{
	border: solid 1px #1c3c87;
	background: #1c3c87;
	color: #fff;
}
.page span a{
	width: 0.42rem;
}
.page a.page_on{
	border: solid 1px #1c3c87;
	background: #1c3c87;
	color: #fff;
}



/* 招标动态 */
.dynamic{
	width: 100%;
	margin-bottom: 0.4rem;
}
.dynamic ul{
	margin-right: -0.62rem;
}
.dynamic li{
	float: left;
	width: 7.47rem;
	padding: 0.48rem 0.3rem 0.48rem 0;
	border-bottom: solid 1px #f7f7f7;
	margin-right: 0.62rem;
}
.dynamic_day{
	float: left;
	width: 0.9rem;
	text-align: right;
	height: 0.81rem;
	border-radius: 0.1rem;
	background: #f7f7f7;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding: 0.13rem 0.1rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.dynamic li:hover .dynamic_day{
	background: #1c3c87;
	color: #fff;
}
.dynamic_day h4{
	font-size: 0.24rem;
	line-height: 0.3rem;
	font-weight: normal;
}
.dynamic_r{
	float: right;
	width: 6rem;
}
.dynamic_r h4{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.38rem;
	height: 0.38rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dynamic_r div{
	color: #999;
	font-size: 0.16rem;
	height: 0.36rem;
	line-height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 招贤纳士 */
.join{
	width: 100%;
}
.join li{
	background: url(../images/shadow.png) no-repeat center bottom;
	background-size: 100% 0.22rem;
	padding-bottom: 0.22rem;
	margin-bottom: 0.4rem;
}
.join_b{
	border: solid 1px #eaeaea;
	padding: 0.28rem 0.5rem 0.4rem 0.5rem;
	position: relative;
}
.join_top{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.32rem;
}
.join_top h4{
	font-size: 0.28rem;
	font-weight: normal;
	line-height: 0.5rem;
}
.join_top img{
	float: left;
	width: 0.49rem;
	height: 0.59rem;
	margin: 0.12rem 0.18rem 0 0;
}
.join_txt,.join_fon{
	width: 12.4rem;
	color: #666;
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.join_txt div,.join_fon div{
	text-align: justify;
}
.join_txt h4,.join_fon h4{
	font-size: 0.2rem;
	line-height: 0.34rem;
	margin-top: 0.24rem;
}
.join_btn{
	width: 1.6rem;
	text-indent: 0.46rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #fff;
	background: url(../images/arrow_01.png) no-repeat 0.96rem center #104db4;
	background-size: 0.16rem;
	font-size: 0.18rem;
	cursor: pointer;
	position: absolute;
	right: 0.4rem;
	bottom: 0.44rem;
}
.join_btn.join_btn02{
	background: url(../images/arrow_02.png) no-repeat 0.96rem center #104db4;
	background-size: 0.16rem;
}


/* 专业领域 */
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -0.35rem;
}
.pro li{
	float: left;
	text-align: center;
	width: 4.95rem;
	margin: 0 0.35rem 0.21rem 0;
}
.pro h4{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.64rem;
	height: 0.64rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_pic{
	width: 100%;
	height: 3rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 资讯中心 */
.news{
	width: 100%;
}
.news li{
	border: solid 1px #e9e9e9;
	padding: 0.25rem;
	box-sizing: border-box;
	margin-bottom: 0.3rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news li:hover{
	border: solid 1px #fafafa;
	background: #fafafa;
}
.news_img{
	float: left;
	width: 2.74rem;
	height: 1.77rem;
	overflow: hidden;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_r{
	float: right;
	width: 11.95rem;
	color: #666;
	font-size: 0.16rem;
	line-height: 0.28rem;
}
.news_r h1{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.54rem;
	height: 0.54rem;
	font-weight: normal;
	margin-bottom: 0.05rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
	height: 0.56rem;
	margin-bottom: 0.21rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_bot{
	width: 100%;
	height: 0.28rem;
}
.news_more{
	float: right;
	font-size: 0.16rem;
}
.news_more a{
	color: #999;
}
.news_more a:hover{
	color: #1c3c87;
}
.news_more img{
	float: right;
	width: 0.17rem;
	height: 0.1rem;
	margin: 0.1rem 0 0 0.12rem;
}
.news_more:hover .img01{
	display: none;
}
.news_more:hover .img02{
	display: block;
}


/* 详情 */
.main{
	width: 100%;
	padding: 0.8rem 0 0.3rem;
}
.show_tt{
	width: 100%;
	text-align: center;
	line-height: 0.72rem;
	color: #222;
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.7rem;
}
.show_pic{
	width: 6.4rem;
	margin: 0 auto 66px;
	overflow: hidden;
}
.show_pic img{
	width: 100%;
}
.text_tt{
	color: #333;
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.4rem;
	margin-bottom: 0.18rem;
}
.text{
	color: #333;
	font-size: 0.18rem;
	line-height: 0.28rem;
	margin-bottom: 0.5rem;
}
.fenye{
  width: 15.6rem;
	border-top: solid 1px #ccc;
  margin: 0.3rem auto;
	padding-top: 0.2rem;
}
.fenye li{
  height: 0.38rem;
  line-height: 0.38rem;
  font-size: 0.16rem;
  overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.fenye a{
  color: #6c6c6c;
}
.fenye a:hover{
  color: #073190;
}


/* 联系我们 */
.w100{
	width: 100%;
	padding: 0.3rem 0 0.8rem;
}
.contact_box{
	width: 16rem;
	padding-top: 0.5rem;
	margin: 0 auto;
}
.contact{
	float: left;
	width: 5rem;
}
.contact h1{
	color: #222;
	font-size: 0.22rem;
	line-height: 0.4rem;
}
.contact i{
	width: 0.9rem;
	height: 0.01rem;
	display: block;
	background: #23408e;
	margin: 0.19rem 0 0.26rem;
}
.contact li{
	color: #222;
	font-size: 0.16rem;
	line-height: 0.36rem;
	margin-bottom: 0.2rem;
}
.contact li:last-child{
	margin: 0;
}
.contact li img{
	float: left;
	width: 0.28rem;
	height: 0.27rem;
	margin: 0.05rem 0.1rem 0 0;
}
.contact li:first-child img{
	margin: 0.1rem 0.1rem 0 0;
}
.contact li span{
	font-size: 0.18rem;
}
.tel{
	color: #23408e;
	font-size: 0.3rem !important;
	font-weight: bold;
	font-family: 'DIN';
}
.map_bg{
	float: right;
	width: 10rem;
	height: 5.6rem;
	background: #23408e;
	position: relative;
}
.map{
	width: 10rem;
	height: 5.6rem;
	position: absolute;
	top: -0.3rem;
	right: -0.3rem;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.06rem;
}
.BMap_bubble_content{
	color: #999;
	font-size: 0.14rem;
}
.BMap_shadow{
	display: none !important;
}


/* 友情链接 */
.link_box{
	padding: 0.1rem 0 0.6rem;
}
.link_tit{
	float: left;
	width: 1.3rem;
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #1c3c87;
}
.link_r{
	float: left;
	width: 13.1rem;
}
.link{
	width: 100%;
	font-size: 0.16rem;
	line-height: 0.32rem;
}
.link a{
	display: block;
	float: left;
	color: #333;
	margin-right: 0.4rem;
}
.link a:hover{
	color: #1c3c87;
}